<?xml version="1.0" encoding="UTF-8"?>
<gresources>
- <gresource prefix="/">
- <file>gtk-logo-old.png</file>
- </gresource>
<gresource prefix="/application">
<file preprocess="to-pixdata">gtk-logo-24.png</file>
<file preprocess="to-pixdata">gtk-logo-48.png</file>
{
GdkPixbuf *pixbuf;
- pixbuf = gdk_pixbuf_new_from_resource ("/gtk-logo-old.png", NULL);
+ pixbuf = gdk_pixbuf_new_from_resource ("/application/gtk-logo-48.png", NULL);
/* We load a resource, so we can guarantee that loading it is successful */
g_assert (pixbuf);